-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modernize DECREF (part 1). #3203
Conversation
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3203 +/- ##
==========================================
- Coverage 67.07% 67.07% -0.01%
==========================================
Files 569 569
Lines 111206 111205 -1
==========================================
- Hits 74592 74591 -1
Misses 36614 36614 ☔ View full report in Codecov by Sentry. |
✔️ 6ebacc6 -> Azure artifacts URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Modernize several occurrences of
Py_DECREF
by using nanobind. Using nanobind ensures correct reference counting not only on C-style error paths, but also for C++-style error paths (exceptions).